home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win95 / PATCHES / BACKUPD2.EXE / back_un.inf next >
Encoding:
Windows Setup INFormation  |  1996-03-28  |  702 b   |  27 lines

  1. ; BACK_UN.INF
  2. ; This is the Setup information file to uninstall the updated BACKUP.EXE
  3. ; contained in UPD960328a, and return to the previous version.
  4.  
  5. [version]
  6. LayoutFile=layout.inf
  7. signature="$CHICAGO$"
  8.  
  9. [DefaultInstall]
  10. CopyFiles=W95UPD.undo.backup.files
  11. DelFiles=W95UPD.del.win
  12.  
  13. [DestinationDirs]
  14. W95UPD.undo.backup.files=24,%OEM_PROGRAMF%\%OEM_ACCESSOR%
  15. W95UPD.del.win=10
  16.  
  17. [W95UPD.undo.backup.files]
  18. backup.exe
  19.  
  20. [W95UPD.del.win]
  21. back_un.inf
  22.  
  23. [Strings]
  24. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  25. OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
  26.  
  27.